.table-st.type-3 {
    border-top: 2px solid #111;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}
.table-st.type-3 th{
    padding: 10px;
    width: 200px;
    background-color: #ededed;
    text-align: center;
}
.table-st.type-3 td{
    text-align: left;
    padding: 8px;
}

.table-st.type-3 tr{
    border-bottom: 1px solid #cacaca;
    border-right: 1px solid #cacaca;
}
.table-st.type-3 input{
    width: 50%;
}
input[type="password"]{
    border:1px solid #ececec;
    padding: 10px;
    height: 45px;
    line-height: 45px;
}

.ck.ck-editor__editable[role='textbox']{
    min-height: 500px;
    padding: 10px 20px;
    overflow-y: auto;
}
.qna_btn {
    background-color: #007bff;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    width: 100px;
    font-size: 20px;
}

.g-recaptcha{
    display: flex;
    justify-content: flex-end;
    margin-top: 20px;
}
